+Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
+ realized but visible && !mapped resize containers (which is
+ possible with unset CHILD_VISIBLE now).
+
2002-01-02 jacob berkman <jacob@ximian.com>
* gtk/Makefile.am (LDFLAGS): automake still doesn't support
+Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
+ realized but visible && !mapped resize containers (which is
+ possible with unset CHILD_VISIBLE now).
+
2002-01-02 jacob berkman <jacob@ximian.com>
* gtk/Makefile.am (LDFLAGS): automake still doesn't support
+Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
+ realized but visible && !mapped resize containers (which is
+ possible with unset CHILD_VISIBLE now).
+
2002-01-02 jacob berkman <jacob@ximian.com>
* gtk/Makefile.am (LDFLAGS): automake still doesn't support
+Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
+ realized but visible && !mapped resize containers (which is
+ possible with unset CHILD_VISIBLE now).
+
2002-01-02 jacob berkman <jacob@ximian.com>
* gtk/Makefile.am (LDFLAGS): automake still doesn't support
+Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
+ realized but visible && !mapped resize containers (which is
+ possible with unset CHILD_VISIBLE now).
+
2002-01-02 jacob berkman <jacob@ximian.com>
* gtk/Makefile.am (LDFLAGS): automake still doesn't support
+Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
+ realized but visible && !mapped resize containers (which is
+ possible with unset CHILD_VISIBLE now).
+
2002-01-02 jacob berkman <jacob@ximian.com>
* gtk/Makefile.am (LDFLAGS): automake still doesn't support
+Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
+ realized but visible && !mapped resize containers (which is
+ possible with unset CHILD_VISIBLE now).
+
2002-01-02 jacob berkman <jacob@ximian.com>
* gtk/Makefile.am (LDFLAGS): automake still doesn't support
}
if (GTK_WIDGET_VISIBLE (resize_container) &&
- (GTK_WIDGET_TOPLEVEL (resize_container) || GTK_WIDGET_DRAWABLE (resize_container)))
+ (GTK_WIDGET_TOPLEVEL (resize_container) || GTK_WIDGET_REALIZED (resize_container)))
{
switch (resize_container->resize_mode)
{
break;
case GTK_RESIZE_PARENT:
- /* Ignore, should not be reached */
+ g_assert_not_reached ();
break;
}
}